home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / distutils / __init__.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  437 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''distutils
  5.  
  6. The main package for the Python Module Distribution Utilities.  Normally
  7. used from a setup script as
  8.  
  9.    from distutils.core import setup
  10.  
  11.    setup (...)
  12. '''
  13. __revision__ = '$Id: __init__.py 71600 2009-04-14 13:16:19Z barry.warsaw $'
  14. __version__ = '2.6.2'
  15.